ISlave.ReadAllEEprom method

Reads all data from a slave's EEPROM.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IKsCommand ReadAllEEprom(
       string file
)
Function ReadAllEEprom(
       file As String
) As IKsCommand

Parameters

file

Type: string

The file is a path of the local machine. When using this method, all the data will be read from a slave's EEPROM and saved to the file, which is the path of the local machine.

Return value

Type: IKsCommand

Returns the states of a method.

Usable EtherCAT states

ecatInit

See also

ISlave Interface

IntervalZero.KINGSTAR.Base.Class Namespace